-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CCI] Fix bottom notification bar width #3804
[CCI] Fix bottom notification bar width #3804
Conversation
c1b3700
to
006cc46
Compare
@SergeyMyssak Thanks for looking at this. My main concern with this PR is that it is a fixed width that we are applying to mask this behaviour. What we want is this:
also, can we use the relative position of the bottom bar with respect to the flyout to auto adjust the width, instead of relying on a fixed width solution? |
@SergeyMyssak Do you mind opening an issue in OUI to remove those? |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #3804 +/- ##
==========================================
- Coverage 66.44% 66.43% -0.01%
==========================================
Files 3229 3229
Lines 62068 62068
Branches 9599 9599
==========================================
- Hits 41238 41234 -4
- Misses 18527 18530 +3
- Partials 2303 2304 +1
Flags with carried forward coverage won't be shown. Click here to find out more. see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
006cc46
to
fd09fb1
Compare
@SergeyMyssak I'm marking this as a draft for now - we can revisit after getting the OUI changes merged first. |
Co-authored-by: Andrey Myssak <andreymyssak@gmail.com> Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com>
fd09fb1
to
25a26fd
Compare
Closing this in favour of #3978 |
Description
Fix the width of the bottom notification bar.
It is not possible to override the width without
!important
because theOuiBottomBar
component uses inline styles. We have the option of not using!important
in our styles, but then we would have to remove the default inline styles in theOuiBottomBar
component so we have more flexibility with the styles.Screen.Recording.2023-04-07.at.16.54.12.mov
Issues Resolved
#3336
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr